Appliance Tls ManualParameters Services Info

Appliance Tls ManualParameters Services Info
Appliance Tls ManualParameters Services Info

The Appliance Tls ManualParameters Services Info schema contains the information about TLS configuration of a specific service.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "protocol_versions": [
        {
            "version": "string",
            "ciphers": [
                "string"
            ]
        }
    ],
    "curves": [
        "string"
    ],
    "fips_enforced": false
}
protocol_versions
Required

Defines the list of TLS protocol version and their ciphers

This property was added in vSphere API 9.0.0.0.

array of string
curves
Required

Defines the TLS Profile curves in IANA form.

This property was added in vSphere API 9.0.0.0.

boolean
fips_enforced
Required

This property is deprecated as of vSphere API 9.0.0.0. in 9.0.0.0 and above all profiles are FIPS compliant, always @term true.

Indicates if FIPS 140-3 compliance is enforced for the TLS Profile.

This property was added in vSphere API 9.0.0.0.